timer: Don't hardcode cpu0 in migrate_timers_from_cpu().
authorKeir Fraser <keir@xen.org>
Sat, 8 Jan 2011 10:43:01 +0000 (10:43 +0000)
committerKeir Fraser <keir@xen.org>
Sat, 8 Jan 2011 10:43:01 +0000 (10:43 +0000)
commitf3af225db3f70df1c91cc70fea82ea67f6dffa8c
treed23fca31d132c28fc6ce75bd50ce201438faad52
parentd8ec7a2381c2b26ea518610fa95c507c6872bdfa
timer: Don't hardcode cpu0 in migrate_timers_from_cpu().

Although we don't allow cpu0 to be offlined, there's no need to
hardcode that assumption in the timer subsystem.

Signed-off-by: Keir Fraser <keir@xen.org>
xen/common/timer.c